Global Index
HTML5 JS API Index > SVG Tutorials & Specs

SVGScriptElement

Extends SVGElement. Implements SVGURIReference, SVGExternalResourcesRequired, SVGURIReference, SVGExternalResourcesRequired.

Properties
SVGAnimatedBoolean
externalResourcesRequired
Corresponds to attribute ‘externalResourcesRequired’ on the given element. Note that the SVG DOM defines the attribute ‘externalResourcesRequired’ as being of type SVGAnimatedBoolean, whereas the SVG language definition says that ‘externalResourcesRequired’ is not animated.
SVGAnimatedString
href
Corresponds to attribute ‘xlink:href’ on the given element.
DOMString
type
Corresponds to attribute ‘type’ on the given element. Exceptions on settingDOMException, code NO_MODIFICATION_ALLOWED_ERR Raised on an attempt to change the value of a read only attribute.